From: Richard M. Stallman Date: Mon, 23 May 1994 04:53:44 +0000 (+0000) Subject: (mail-mailer-swallows-blank-line): Don't die X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91420 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e6a4af1dafc946a90d0d70b6f2b8c8ef1ec77fab;p=emacs.git (mail-mailer-swallows-blank-line): Don't die if /etc/sendmail.cf does not exist. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 16d05bef4cb..422a42d2bf8 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -130,6 +130,7 @@ so you can edit or delete these lines.") ;; options -t, and -v if not interactive. (defvar mail-mailer-swallows-blank-line (if (and (string-match "sparc-sun-sunos\\(\\'\\|[^5]\\)" system-configuration) + (file-exists-p "/etc/sendmail.cf") (let ((buffer (get-buffer-create " *temp*"))) (unwind-protect (save-excursion